Training On Embedded System
+ Web Application - .Net
+ Web Application on PHP
+ Web Application - JAVA
+ Desktop Application - .Net
+ Desktop Application - java
NET 4.0
+ Introduction to .Net Theory
+ .NET Framework
+ The Common Language Runtime
+ The Framework Class Library
+ Garbage Collection
+ MSIL
+ Just-in-time (JIT) compiler
+ Microsoft Intermediate Language (MSIL)
+ Understanding the IL with ILDASM
+ Common Class Library
+ Common Type System
+ Common Language Specification (CLS)
+ Languages under .Net
SQL Express Server
+ Database Administration
+ Database Management System
+ Relational Database Management System Difference between DBMS and RDBMS
+ Introduction Structured Query Language
+ SQL Statements
+ Group by, Having
+ Join
+ Stored Procedure,
+ Functions and Triggers
+ Inner Joins Outer Joins Cross Joins
+ Constraints
+ Introduction to Constraints
+ Types of Constraints
+ Key Constraints
+ Creating and using Views
+ Stored Procedures
+ Creating stored procedures
+ Altering the stored procedures
+ Dropping the stored procedures
+ Creating and Using Triggers
+ Introduction to triggers
+ Dropping triggers
+ Database Programming with ADO.NET
+ Types of ADO.NET operations and namespaces ADO.NET classes
+ Using Connection objects
+ Using Command objects
+ Working with Data Set and Data Adapter
+ Passing Parameters to command objects
Crystal Reports
+ Creating and using the Crystal Reports
+ Overview to Crystal Reports
+ Creating reports with Wizard
+ Integrating reports with Windows
+ & Web applications
+ Customizing the Report Viewer
+ Using Formula and Logic
+ Adding a database or Table to a report
+ Creating Sub-Reports
Basic C#
+ Console Application in C# .NET Introduction
+ Understanding the entry point
+ Variable Declaration & Initialization
+ Boxing and Un-boxing
+ Using the imports Keywords
+ Creating & using Aliases
+ Literals, Unicode Character & Strings
Language Syntax
+ Basic C# Syntax
+ Comments
+ Data Types
+ Variables
+ Operators
+ Conditional Statements
+ Looping Structures
+ Parallel Loops
+ Functions
+ Exception Handling
Object oriented Programming Concepts (OOPS)
+ Classes and Objects
+ Partial Classes
+ Methods, Properties and Events
+ Constructors
+ Working with Constructor and Destructor
+ Passing default value with constructer
+ Inheritance
+ Virtual & Abstract Methods
+ Method Overloading & overriding
+ Property Procedures
+ Enumerations
+ Reference vs. Value Types
+ Structures
+ Namespaces
+ Dynamic IL and Dynamic Language Runtime
+ Abstract Classes and Interfaces
+ The new Exception Handling in .Net 4.0
Exception Handling
+ Introduction to Exception & Exception Class
+ Trapping Exception with try, catch, finally
+ Create Custom Exception
+ Throwing an Exception with throw Keyword
Arrays & Collections
+ Arrays
+ Resizing Arrays
+ ArrayLists & HashTables
+ Generic Collections
+ Working with Collections
+ System, Collections namespace
+ Array vs. Collections
+ ArrayList
+ Hashtable
+ ICollaction interface
+ |Enumerable interface
+ IEnumerator interface
+ IDictionaryEnumerable interface
ADO.NET (Working with Database)
+ Overview of ADO.NET
+ Connection Object,
+ Command Object
+ Data Readers
+ Data Sets & Data Adapters
+ Using SQLDataSource
File I/O and Streams
+ System.IO namespace
+ Working with Directories and Files
+ Read and write file
Multi-Threading
+ Namespace System.Threading
+ Introduction to threads
+ Life cycle of Thread
+ Creating and using threads
+ Thread, Thread Start classes